home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 90 / MacAddict_090_2004-02.iso / mac / Software / Development / RapidWeaver 2.0.dmg / RapidWeaver.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2003-11-04  |  1KB  |  50 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>template</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>Template</string>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Viewer</string>
  18.         </dict>
  19.         <dict>
  20.             <key>CFBundleTypeExtensions</key>
  21.             <array>
  22.                 <string>navbar</string>
  23.             </array>
  24.             <key>CFBundleTypeIconFile</key>
  25.             <string>Navigation Builder Document</string>
  26.             <key>CFBundleTypeName</key>
  27.             <string>navigation bar</string>
  28.             <key>CFBundleTypeRole</key>
  29.             <string>Editor</string>
  30.         </dict>
  31.     </array>
  32.     <key>CFBundleExecutable</key>
  33.     <string>RapidWeaver</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>appicon</string>
  36.     <key>CFBundleInfoDictionaryVersion</key>
  37.     <string>6.0</string>
  38.     <key>CFBundlePackageType</key>
  39.     <string>APPL</string>
  40.     <key>CFBundleSignature</key>
  41.     <string>????</string>
  42.     <key>CFBundleVersion</key>
  43.     <string>1</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48. </dict>
  49. </plist>
  50.